public static bool AddMessage(string f1, string f2, string f3, DateTime f4) { return(OperationDal.AddMessage(f1, f2, f3, f4)); }