namespace Policlinica.DB;
public static class CurrentUser
{
public static string login { get; set; }
}