// This fuction does not contain any business logic, it simply returns the 
	// list of departmentMonthlyInformations, we can put some logic here if needed 
	public bool Update(DepartmentMonthlyInformation departmentMonthlyInformation)
	{
		return departmentMonthlyInformationDb.Update(departmentMonthlyInformation);
	}