public static bool AcceptRequest(int reqId, int empId, string cmt)
 {
     return(RequestBL.AcceptRequest(reqId, empId, cmt));
 }