public static void FillForm(FormEmployee Form)
 {
     Form.WriteEmployee(DBOperations.GetEmployee(CurrentUser));                
 }