private string GetTime(string companyID, string caseID)
 {
     return(NoteBLL.GetTime(companyID, caseID));
 }